========================================================================
       WIN32 APPLICATION : DirTree
========================================================================

Name: DirTree
====

Features: 
========

DirTree is a small Windows application that highlights the use of:

			1) Tree Control, and
			2) FindFirstFile/FindNextFile.

The DirTree application allows you to browse the file system and 
display all directories and files by name.  
DirTree makes use of OutputDebugString to provide feeback to the user 
while debugging.  
